home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / bkdate20.zip / BACKDATE.DOC < prev    next >
Text File  |  1991-07-08  |  5KB  |  108 lines

  1.  
  2.                      B  A  C  K  -  D  A  T  E ver 2.0
  3.        Date Services Utility for Expired Doors and On-Line Games
  4.                Written in Turbo Pascal v5.5 by James Fair
  5.  
  6.  
  7.      ***Overview***
  8.     BackDate is quite simply a nice little program to Back-Date your system
  9. date to allow you to run On-Line games and Doors that have a Date-sensitive
  10. Expiration.  All of the information needed is put in on the Command line so
  11. there are no .cfg files needed. I hope you enjoy using it an it meets your
  12. needs.
  13.  
  14. ======== Command Syntax =================================================
  15.  
  16. Ex: BackDate 1 1990
  17.  
  18.     To execute BackDate simply type Backdate, a space, The month you want
  19. set, a space, and the year you want set. Then run the game. Once the game
  20. is run, execute BackDate again and your system date will be restored. The
  21. only drawback I can see is that the High Score file for the game will not
  22. have the current dates but the dates you have to set in order to run it.
  23. A small price to pay. The "day" will remain just as always to allow your
  24. callers to play the games each day.
  25.  
  26. ======== Attention ======================================================
  27. ||   Special Note: Backdate must be run a second time with the same    ||
  28. ||   command line in your batch file in order for the system date to   ||
  29. ||   be reset to it's original form.                                   ||
  30. =========================================================================
  31.  
  32. Please note the batch file example below...
  33.  
  34.  
  35. ======== Batch File Examples ============================================
  36.     This is in no way an attempt to help you set up doors. I am assuming
  37. you already know how to set up a On-Line game door. This is intended only
  38. to help you set up and run the backdate program for your specific door.
  39. Here is an example .bat file for QuickBBS:
  40.  
  41. Example 1:
  42.  
  43. :BoxPoker                -----> The label for the On-Line game "BoxPoker"
  44. cd\bbs\doors             -----> change directory to your doors directory.
  45. backdate 1 1990          -----> run backdate. current day of Jan. 1990.
  46. boxpoker boxpoker.cfg    -----> run your game. BoxPoker.
  47. backdate 1 1990          -----> run backdate again to reset to currnet date.
  48. cd\bbs                   -----> change directory to bbs directory.
  49. goto restart             -----> restart your bbs.
  50.  
  51. ---Note---
  52.    The above example is assuming that you have BackDate.exe and BackDate.dat
  53. in your c:\bbs\doors directory. You may put both files wherever you wish but
  54. make sure to change directories to there in your batch file before you run
  55. backdate.
  56.  
  57. Here is an example .bat file for Wildcat:
  58.  
  59. Example 2:
  60.  
  61. :Solitree                -----> The label for the On-Line game "Solitree"
  62. cd\wildcat               -----> change directory to Wildcat Dir
  63. backdate 3 1990          -----> run backdate. current day of Mar. 1990
  64. cd\doors\solitree        -----> change directory to your game
  65. solitree solitree.cfg    -----> run your game. Solitree.
  66. cd\wildcat               -----> change directory back to Wildcat
  67. backdate 3 1990          -----> run backdate again to reset to current date
  68. cat                      -----> run batchfile to bring Wildcat back up
  69.  
  70. ---Note---
  71.    The above example is assuming that you have BackDate.exe and BackDate.dat
  72. in your c:\wildcat directory. You may put both files wherever you wish but
  73. make sure to change directories to there in your batch file before you run
  74. backdate.
  75.  
  76. ======== BackDate ==========================================================
  77.     Just type backdate by itself for a brief explanation of the command line
  78. syntax and batch file examples. BackDate works on all MsDos or IBM Dos
  79. systems and has been tested out on several machines of all types. I hope it
  80. proves useful to you. Most of all.... ENJOY!!
  81.  
  82. ======== Disclaimer ========================================================
  83.     The author of this product and the Fishing Hole BBS will in no way be
  84. held responsible for any damages to your system either directly or indrectly
  85. from the use of this program. It has been thoroughly tested on many machines
  86. and found extremely safe to use in all situations. This program was created
  87. on the Shareware concept and may be freely distributed without any charge.
  88. Enjoy using BackDate and thanks for using this program.
  89.  
  90.   It was written to allow sysops who receive games that have already expired
  91. before they have a chance to evaluate them (which has happened many times to
  92. me). I don't want you to continue to use backdate indefinately on an expired
  93. game. Please Support ShareWare!!!
  94.  
  95. === No registration Required ===============================================
  96.   This utility was so easy to write that I won't insult you by asking for
  97. a registration fee. However, any contributions would be more than welcome
  98. to help allow me to continue to write such programs. If it serves a purpose
  99. for you please contribute to the address below...Thanks...
  100.  
  101.    If you have any suggestions or comments please route them to:
  102.  
  103. James Fair                                           The Fishing Hole BBS
  104. 813 Bellevue Rd.                 or                  (615) 646-5550
  105. Nashville, TN  37221                                 1:116/43
  106.                                                      freq - Backdate
  107.  
  108.